/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
	font-family: 'hbzhan';  /* Project id 1875012 */
	src: url('//at.alicdn.com/t/c/font_1875012_69r6jbbz9t.woff2?t=1715227165300') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1875012_69r6jbbz9t.woff?t=1715227165300') format('woff'),
		 url('//at.alicdn.com/t/c/font_1875012_69r6jbbz9t.ttf?t=1715227165300') format('truetype');
  }
.hbzhan {
	font-family: "hbzhan" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
/* Webkit (Safari, Chrome) */
.Login-main-body-1 .Login__input input:-webkit-autofill {
    background-color: #f2f2f2 !important;
    -webkit-text-fill-color: inherit !important;
}

/* Firefox */
.Login-main-body-1 .Login__input input:-moz-placeholder {
    background-color: #f2f2f2 !important;
    color: inherit !important;
}

/* Edge */
.Login-main-body-1 .Login__input input:-ms-input-placeholder {
    background-color: #f2f2f2 !important;
    color: inherit !important;
}

/* Standard */
.Login-main-body-1 .Login__input input::placeholder {
    background-color: #f2f2f2 !important;
    color: inherit !important;
}

.ease {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
body {
	line-height: 1;
}
.Center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.advs {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.w {
	margin: 0 auto;
	width: 1400px;
	box-sizing: border-box;
}
.w::after {
	content: "";
	clear: both;
	display: block;
}
.no-data {
	margin: 22px 0;
	text-align: center;
}
.no-data span {
	display: inline-block;
	font-size: 15px;
	color: #666;
	background-color: #f9f9f9;
	line-height: 38px;
	border-radius: 20px;
	padding: 0 20px;
}
.iframe {
    height: 44px;
    overflow: hidden;
}

#header {
	width: 100%;
	height: 32px;
	margin: 0 auto;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e3e3e3;
}

.header {
	width: 1180px;
	height: 32px;
	margin: 0 auto;
	position: relative;
}

.header ul {
	float: left;
}

.header li {
	float: left;
	color: #666;
	line-height: 32px;
}

.header li a,
.header p a {
	color: #666;
	padding: 0 4px;
}
.header li a.login {
	color: #ff0000;
}

.header a:hover,
.header a.mobile:hover {
	color: #f60;
}

.header input {
	width: 92px;
	height: 18px;
	float: left;
	border: 1px solid #d4d4d4;
	margin: 6px 6px 0 0;
}

.header button {
	width: 35px;
	height: 19px;
	float: left;
	background: url(../images/tech2016/tech.gif) no-repeat 0 0;
	margin: 6px 4px 0 2px;
}

.header p {
	line-height: 32px;
	float: right;
	padding-right: 6px;
	color: #dfdfdf;
}

.header a.mobile {
	width: 55px;
	height: 16px;
	display: block;
	float: right;
	text-indent: 18px;
	margin-top: 8px;
	line-height: 16px;
	color: #38880b;
	background: url(https://so.jc35.com//images/tech2016/tech.gif) no-repeat -139px 0;
}

.user-box {
	float: left;
	position: relative;
	margin-left: 4px;
	z-index: 10;
}
.user-box .user-top {
	line-height: 44px;
	padding: 0 10px;
	color: #138146;
	cursor: pointer;
}
.user-box .user-top i {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #333 transparent transparent transparent;
	vertical-align: top;
	margin-top: 21px;
	margin-left: 7px;
}
.user-box:hover .user-top {
	background-image: -moz-linear-gradient( -90deg, rgb(235,255,244) 0%, rgb(235,255,244) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(235,255,244) 0%, rgb(235,255,244) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(235,255,244) 0%, rgb(235,255,244) 100%);
	box-shadow: 0px 4px 12px 0px rgba(150, 153, 158, 0.15);
}
.user-box .user-bot {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 14px 10px;
	background-image: -moz-linear-gradient( -90deg, rgb(235,255,244) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(235,255,244) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(235,255,244) 0%, rgb(255,255,255) 100%);
	box-shadow: 0px 4px 12px 0px rgba(150, 153, 158, 0.15);
	white-space: nowrap;
	display: none;
}
.user-box .user-bot .user-select {
	margin-top: 14px;
	font-size: 0;
}
.user-box .user-bot .user-select .user-item {
	display: inline-block;
	width: 128px;
	height: 48px;
	font-size: 15px;
	box-sizing: border-box;
	line-height: 48px;
	border-radius: 4px;
	background-image: url("https://www.hbzhan.com/images/search/version/2024/index/orange-use.png");
	background-position: right bottom;
	background-color: #fff5e8;
	margin-right: 10px;
}
.user-box .user-bot .user-select .user-item:last-child {
	margin-right: 0;
}
.user-box .user-bot .user-select .user-item a {
	color: #f80;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
}
.user-box .user-bot .user-select .user-item.blue-bg {
	background-image: url("https://www.hbzhan.com/images/search/version/2024/index/blue-use.png");
	background-color: #e8f5ff;
}
.user-box .user-bot .user-select .user-item.blue-bg a {
	color: #408ff1;
}
.user-box .user-bot .user-select .user-item.green-bg {
	background-image: url("https://www.hbzhan.com/images/search/version/2024/index/green-use.png");
	background-color: #e8fff0;
}
.user-box .user-bot .user-select .user-item.green-bg a {
	color: #138146;
}
.user-box:hover .user-bot {
	display: block;
}
.user-box .user-bot::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	top: -3px;
	background-color: #ebfff4;
}
.header .item .btn {
	float: left;
	margin-left: 12px;
}
.header .item .btn a {
	display: inline-block;
	line-height: 22px;
	height: 24px;
	border-radius: 4px;
	background-color: #138146;
	color: #fff;
	padding: 0 7px;
	vertical-align: top;
	margin-top: 10px;
}
/* Tophead */
.Tophead{
	margin: 0 auto;
	position: relative;
}
.Tophead ul{
	position: absolute;
	top: -44px;
	right: 0;
}
.Tophead li{
	float: left;
	height: 44px;
  	position: relative;
}
.Tophead li .ServiceTop {
	height: 44px;
	line-height: 44px;
	padding: 0 12px;
	font-size: 13px;
	position: relative;
}
.Tophead li .ServiceTop::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #e2e2e2;
}
.Tophead li:last-child .ServiceTop::after{
	display: none;
}
.Tophead li .ServiceTop a{
	color: #666;
}
/* 两个下拉 */
.Tophead li.mobile .ServiceTop a,.Tophead li.weixin .ServiceTop a{
	color: #138146;
}
.Tophead li .ServiceTop i{
	margin-right: 6px;
}
/* mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 44px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 9999;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 672px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 25%;
}
.ServiceBot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
}
.ServiceBot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.ServiceBot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.ServiceBot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.Tophead li.mobile .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.ServiceBot2 .gzRight{
	width: 440px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a{
	height: 110px;
	padding: 65px 20px 27px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i{
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 31px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-1.png) no-repeat;
	background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(40, 40, 40, 0.1);
}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft{
	width: 299px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.ServiceBot2 .zgLeft p{
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #c27468;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead li.weixin .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.weixin .hover::after{
	display: none;
}
.headerBot.w {
	text-align: right;
	font-size: 13px;
	position: relative;
	margin: 0 auto;
}
.headerBot p {
	position: absolute;
	right: 0;
	top: -44px;
	line-height: 42px;
}
.headerBot p a {
	color: #666;
}
.headerBot p a:hover {
	text-decoration: underline;
}
.headerBot .content {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 9;
	text-align: center;
	font-size: 14px;
	color: #666;
	background: #fff;
	padding: 10px 15px;
	display: none;
}
.headerBot .content .item {
	width: 100px;
	float: left;
	margin: 0 5px;
}
.headerBot .content .item:last-of-type {
	margin-right: 0;
}
.searchDiv {
	padding: 52px 0 0 0;
	background-color: #fff;
	text-align: center;
	font-size: 0;
}
.searchDiv .logo {
	width: 209px;
	margin: 0 auto;
}
.searchDiv .searchBox {
	border-radius: 8px;
	box-sizing: border-box;
	border: 2px solid #138146;
	height: 52px;
	vertical-align: top;
	position: relative;
	padding-right: 160px;
	margin-top: 4px;
	width: 811px;
	margin: 22px auto 0;
}
.searchDiv .searchBox form,.searchDiv .searchBox .form,.searchDiv .searchBox input {
	height: 100%;
	box-sizing: border-box;
}
.searchDiv .searchBox input {
	border: 0;
	padding: 0 15px;
	width: 553px;
	font-size: 15px;
	color: #bababa;
	background: transparent !important;
	display: inline-block;
	vertical-align: top;
}
.searchDiv .searchBox input:focus {
	color: #333;
}
.searchDiv .form .select{
	width: 94px;
	height: 100%;
	position: relative;
	display: inline-block;
}
.searchDiv .form .select .select-top {
	position: relative;
}
.searchDiv .form .select .select-top p {
	font-size: 15px;
	line-height: 48px;
	cursor: pointer;
	background: #fff;
	margin-left: 2px;
	letter-spacing: 4px;
	display: inline-block;
}
.searchDiv .form .select .select-top::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	background: #e6e6e6;
}
.searchDiv .form .select .select-top i {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #333 transparent transparent transparent;
	vertical-align: top;
	margin-top: 22px;
	margin-left: 7px;
}
.searchDiv .form .select .select-top.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.searchBox .select-bot {
	background-color: #fff;
	width: 90px;
	padding: 10px;
	border-radius: 8px;
	position: absolute;
	top: 100%;
	top: calc(100% + 1px);
	left: 0;
	display: none;
	box-sizing: border-box;
	box-shadow: 0px 6px 12px 0px rgba(40, 40, 40, 0.04);
}
.searchBox .select-bot li {
	display: block;
	font-size: 15px;
	color: #333;
	text-align: center;
	line-height: 34px;
	border-radius: 4px;
	cursor: pointer;
	letter-spacing: 4px;
}
.searchBox .select-bot li:hover {
	background: #f1fff7;
	color: #138146;
}
.searchBox button {
	padding: 0 24px;
	background-image: -moz-linear-gradient( 0deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	border: 0;
	color: #fff;
	position: absolute;
	top: -2px;
	bottom: -2px;
	right: -2px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 4px;
	cursor: pointer;
	border-radius: 0 8px 8px 0;
}
.searchBox button i {
	font-weight: normal;
	margin-right: 6px;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	margin-top: 4px;
}
.we-search {
	margin-top: 20px;
}
.we-search span {
	display: inline-block;
	position: relative;
}
.we-search span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -78px;
	transform: translateY(-50%);
	width: 64px;
	height: 3px;
	background-image: -moz-linear-gradient( 180deg, rgb(221,221,221) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(221,221,221) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(221,221,221) 0%, rgba(255,255,255,0) 100%);
}
.we-search span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -78px;
	transform: translateY(-50%);
	width: 64px;
	height: 3px;
	background-image: -moz-linear-gradient( 0deg, rgb(221,221,221) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(221,221,221) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(221,221,221) 0%, rgba(255,255,255,0) 100%);
}
.search-main {
	margin-top: 86px;
}
.search-main .w {
	padding: 0 50px;
}
.search-nav p {
	font-size: 0;
}
.search-nav p a {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	width: 128px;
	border-radius: 4px;
	background-color: #f5f5f5;
	color: #333;
	line-height: 42px;
	height: 44px;
	position: relative;
}
i {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: top;
}
i.good-icon {
	width: 20px; height: 20px;
    background: url(../../../../images/search/version/2024/index/css_sprites.png) -0 -19px;
}
i.heart-icon {
	width: 23px; height: 19px;
    background: url(../../../../images/search/version/2024/index/css_sprites.png) -0 -0;
}
i.hangye-icon {
	width: 24px; height: 20px;
    background: url(../../../../images/search/version/2024/index/css_sprites.png) -0 -39px;
}
i.video-icon {
	width: 20px; height: 20px;
    background: url(../../../../images/search/version/2024/index/css_sprites.png) -0 -59px;
}
i.exhi-icon {
	width: 23px; height: 23px;
    background: url(../../../../images/search/version/2024/index/css_sprites.png) -0 -79px;
}
.search-nav p a i {
	margin-right: 7px;
	margin-top: 13px;
}
.search-nav p a i.exhi-icon {
	margin-top: 10px;
}
.search-nav p a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 8px 0 8px;
	border-color: #278c56 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	opacity: 0;
}
.search-nav p a.focus {
	background-image: url(../../../../images/search/version/2024/index/good-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	background-color: #278c56;
	color: #fff;
}
.search-nav p a:nth-of-type(2).focus {
	background-image: url(../../../../images/search/version/2024/index/heart-bg.png);
}
.search-nav p a:nth-of-type(3).focus {
	background-image: url(../../../../images/search/version/2024/index/hangye-bg.png);
}
.search-nav p a:nth-of-type(4).focus {
	background-image: url(../../../../images/search/version/2024/index/video-bg.png);
}
.search-nav p a:nth-of-type(5).focus {
	background-image: url(../../../../images/search/version/2024/index/exhi-bg.png);
}
.search-nav p a.focus i {
	display: none;
}
.search-nav p a.focus::after {
	opacity: 1;
}
.main-right {
	float: right;
	width: 400px;
}
.no-login {
	background: url(../../../../images/search/version/2024/index/no-login-bg.png) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 46px 0;
}
.no-login .tip {
	font-size: 16px;
	line-height: 24px;
	color: #999;
}
.no-login .btn {
	margin-top: 20px;
}
.no-login .btn a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: linear-gradient(90deg, rgb(255,123,0),rgb(255,40,79),rgb(255,40,79),rgb(255,123,0), rgb(255,123,0));
	background-size: 400%;
	padding: 0 30px;
}
.no-login .btn a:hover {
	animation: sun 8s infinite linear;
}
@keyframes sun {100%{background-position: -400% 0;}}
.login-pop {
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 999;
	display: none;
}
.login-pop .pop-item {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 400px;
	box-sizing: border-box;
	padding: 28px 30px;
	border-radius: 8px;
	background: url(../../../../images/search/version/2024/index/pop-bg.png) no-repeat;
	background-size: 100% auto;
	background-color: #fff;
	animation: bounce-in 0.6s none;
}
@keyframes bounce-in {
	from {
	  transform:translate(-50%, -50%) scale(0.8)
	}
	50% {
	  transform:translate(-50%, -50%) scale(1.1);
	  opacity:1
	}
	to {
	  transform:translate(-50%, -50%) scale(1);
	  opacity:1
	}
}
.login-pop .pop-item .close {
	position: absolute;
	right: -20px;
	top: -20px;
	color: #fff;
}
.login-pop .pop-item .close i {
	font-size: 16px;
}
.login-pop .pop-item .close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.login-tab {
	font-size: 0;
}
.login-tab a {
	font-size: 16px;
	line-height: 22px;
	color: #999;
	display: inline-block;
	margin-right: 36px;
	vertical-align: top;
}
.login-tab a:last-child {
	margin-right: 0;
}
.login-tab a.focus {
	font-weight: bold;
	font-size: 18px;
	color: #278c56;
}
.login-bot {
	min-height: 320px;
	display: none;
	padding-top: 1px;
	padding-bottom: 80px;
	position: relative;
	box-sizing: border-box;
}
.login-bot .tip {
	font-size: 13px;
	margin-top: 12px;
	color: #888;
}
.login-bot .input-box {
	position: relative;
	margin-top: 20px;
}
.login-bot .input-box input {
	height: 48px;
	padding: 0 16px;
	border: 0;
	border-radius: 4px;
	background-color: #f6f8f9;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
}
.login-bot .tip + .input-box {
	margin-top: 12px;
}
.error-tip {
	position: absolute;
	font-size: 12px;
	color: #fc4343;
	bottom: -15px;
}
.login-bot .input-box.Code input {
	padding-right: 96px;
}
.login-bot .input-box .get-code {
	position: absolute;
	right: 16px;
	font-size: 14px;
	color: #278c56;
	top: 17px;
}
.login-bot .input-box .get-code:hover {
	color: #f60;
}
input::placeholder {
	color: #666;
}
input::-webkit-input-placeholder {
	/* WebKit browsers，webkit内核浏览器 */
	color: #666;
}
input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
}
input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}
input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #666;
}
.login-bot .box {
	margin-top: 20px;
}
#drag,#drag2 {
	position: relative;
	background-color: #f6f8f9;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	color: #666666;
}
.Login-main-body-1 .Login-code .move-div {
	height: 46px !important;
}
.Login-main-body-1 .Login__input input {
	background-color: #f2f2f2 !important;
}
#drag .handler, #drag2 .handler {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 88px;
	height: 44px;
	border: 0;
	cursor: move;
	border-radius: 4px;
}
.handler_bg{
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEyNTVEMURGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEyNTVEMUNGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MTc5NzNmZS02OTQxLTQyOTYtYTIwNi02NDI2YTNkOWU5YmUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YiRG4AAAALFJREFUeNpi/P//PwMlgImBQkA9A+bOnfsIiBOxKcInh+yCaCDuByoswaIOpxwjciACFegBqZ1AvBSIS5OTk/8TkmNEjwWgQiUgtQuIjwAxUF3yX3xyGIEIFLwHpKyAWB+I1xGSwxULIGf9A7mQkBwTlhBXAFLHgPgqEAcTkmNCU6AL9d8WII4HOvk3ITkWJAXWUMlOoGQHmsE45ViQ2KuBuASoYC4Wf+OUYxz6mQkgwAAN9mIrUReCXgAAAABJRU5ErkJggg==") no-repeat center;
}
.handler_ok_bg{
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBRDI3NjVGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBRDI3NjRGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWEzMWNhMC1hYmViLTQxNWEtYTEwZS04Y2U5NzRlN2Q4YTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k+sHwwAAASZJREFUeNpi/P//PwMyKD8uZw+kUoDYEYgloMIvgHg/EM/ptHx0EFk9I8wAoEZ+IDUPiIMY8IN1QJwENOgj3ACo5gNAbMBAHLgAxA4gQ5igAnNJ0MwAVTsX7IKyY7L2UNuJAf+AmAmJ78AEDTBiwGYg5gbifCSxFCZoaBMCy4A4GOjnH0D6DpK4IxNSVIHAfSDOAeLraJrjgJp/AwPbHMhejiQnwYRmUzNQ4VQgDQqXK0ia/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==") no-repeat center;
}
#drag .drag_bg,#drag2 .drag_bg{
    background-color: #278c56;
    height: 100%;
    width: 0px;
	border-radius: 4px;
}
#drag .drag_text,#drag2 .drag_text{
    position: absolute;
    top: 0px;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none;
}
.login-bot .bot-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.clause-box {
	color:#999;
	line-height: 14px;
}
.clause-box a {
	color: #999;
}
.clause-box a:hover {
	color: #278c56;
}
.login-box .clause .input_checkbox {
	height: 14px;
	vertical-align: top;
	font-size: 0px;
	display: inline-block;
	margin-right: 5px;
}
.login-box .clause .input_checkbox input {
	width:0;
	height:0;
	opacity:0;
}
.login-box .clause .input_checkbox input:checked ~ label::after {
  -webkit-transform:rotate(-45deg) scale(1);
  -moz-transform:rotate(-45deg) scale(1);
  -o-transform:rotate(-45deg) scale(1);
  -ms-transform:rotate(-45deg) scale(1);
  transform:rotate(-45deg) scale(1);
  opacity:1;
}
.login-box .clause .input_checkbox input:checked ~ label::before {
	background: #278c56;
	transform: scale(1);
	border-color: #278c56;
}
.login-box .clause .input_checkbox label {
	width: 14px;
	height: 14px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-right: 0;
}
.login-box .clause .input_checkbox label:hover::before {
  	background-color:#ddd;
}
.login-box .clause .input_checkbox label::after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 6px;
	height: 3px;
	background: transparent;
	top: 4px;
	left: 3px;
	border: 1px solid #fff;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.login-box .clause .input_checkbox label::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	transition: 0.2s;
	transform: scale(1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
	border: 1px solid #ddd;
}
.login-bot .bot-bottom .login-btn {
	margin-top: 10px;
}
.login-bot .bot-bottom .login-btn button {
	display: block;
	height: 48px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #278c56;
	border: 0;
	border: 1px solid #278c56;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.login-bot .bot-bottom .login-btn button:hover {
	color: #278c56;
	background-color: #fff;
}
.is-login {
	background: url(../../../../images/search/version/2024/index/is-login-bg.png) no-repeat;
	background-size: cover;
	padding: 20px 30px;
}
.is-login .member {
	overflow: hidden;
}
.is-login .member .face-img {
	float: left;
	width: 48px;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.is-login .member .face-img a {
	height: 0;
	display: block;
	padding-bottom: 100%;
	background-position: center center;
	background-size: contain;
	background-color: #fff;
	background-repeat: no-repeat;
}
.is-login .member p {
	overflow: hidden;
	margin-top: 15px;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	font-weight: bold;
}
.is-login .member p a {
	color: #333;
}
.is-login .data {
	margin-top: 18px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 20px;
	text-align: center;
	position: relative;
}
.is-login .data b {
	font-size: 17px;
	color: #333;
	font-family: "Microsoft YaHei";
	margin-right: 2px;
}
.is-login .data span:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
}
.is-login .data span:nth-child(3) {
	position: absolute;
	right: 0;
	top: 0;
}
.login-nav {
	margin-top: 20px;
	overflow: hidden;
}
.login-nav ul {
	margin-right: -50px;
	overflow: hidden;
}
.login-nav li {
	margin-right: 50px;
	text-align: center;
	float: left;
}
.login-nav li span {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}
.login-nav li span a {
	color: #333;
}
.login-nav li:hover span a {
	color: #278c56;
}
.main-right .public-title {
	margin-top: 20px;
	position: relative;
}
.main-right .public-title i {
	width: 24px;
	height: 24px;
	background: url(../../../../images/search/version/2024/index/good-full.png) no-repeat;
	background-size: contain;
	margin-right: 8px;
	margin-top: -1px;
}
.main-right .public-title i.product-full {
	background: url(../../../../images/search/version/2024/index/pro-full.png) no-repeat;
	background-size: contain;
	margin-top: 0px;
}
.main-right .public-title i.video-full {
	width: 26px;
	height: 20px;
	background: url(../../../../images/search/version/2024/index/video-full.png) no-repeat;
	background-size: contain;
	margin-top: 2px;
}
.main-right .public-title p {
	font-size: 22px;
	font-weight: bold;
}
.main-right .public-title .more {
	position: absolute;
	right: 0;
	bottom: 5px;
	font-size: 14px;
	color: #999;
}
.main-right .public-title .more:hover {
	color: #278c56;
}
.main-right .video-list li {
	margin-top: 16px;
	padding: 16px;
	background: url(../../../../images/search/version/2024/index/video-li-bg.png) no-repeat;
	background-size: cover;
	background-position: right top;
	border-radius: 2px;
}
.main-right .video-list .item {
	position: relative;
}
.main-right .video-list .image {
	position: relative;
	height: 0;
	padding-bottom: 55.97%;
	overflow: hidden;
}
.main-right .video-list .image img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.main-right .video-list .image .play {
	width: 56px;
	height: 56px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url(../../../../images/search/version/2024/index/play.png) no-repeat;
	background-size: contain;
}
.main-right .video-list .image mark {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0 10px;
	background-color: #ed2a2a;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	height: 32px;
	border-radius: 4px;
}
.main-right .video-list .image mark.living i {
	display: inline-block;
}
.main-right .video-list .image mark i {
	background: url(https://public.mtnets.com/Images/public/zhibo-icon.gif) no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 9px;
	display: none;
}
.main-right .video-list .image mark.replay {
	background-color: #04abe2;
}
.main-right .video-list .image mark.notice {
	background-color: #f97d21;
}
.main-right .video-list .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	background-color: rgba(0,0,0,.7);
	padding: 0 12px;
	font-size: 16px;
}
.main-right .video-list .text a {
	color: #fff;
}
.main-right .hot-list {
	margin-top: 14px;
}

.main-right .hot-list li {
	margin-top: 16px;
	font-size: 0;
	position: relative;
}
.main-right .hot-list.new-pro-list li {
	padding-right: 54px;
}
.main-right .hot-list.new-pro-list li span {
	margin-left: 2px;
}
.main-right .hot-list li .price {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 16px;
	color: #ff6600;
}
.main-right .hot-list li:first-child {
	margin-top: 0;
}
.main-right .hot-list li span {
	position: relative;
	font-size: 18px;
	font-style: italic;
	font-family: "Microsoft YaHei";
	color: #d5d7e0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 0 5px;
	margin-top: -1px;
}
.main-right .hot-list li span b {
	position: relative;
}
.main-right .hot-list li span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	left: 0;
	top: 0;
}
.main-right .hot-list li:nth-child(1) span {
	color: #e62021;
}
.main-right .hot-list li:nth-child(2) span {
	color: #f09324;
}
.main-right .hot-list li:nth-child(3) span {
	color: #f7c650;
}
.main-right .hot-list li:nth-child(-n+ 3) span::after {
	background: url(../../../../images/search/version/2024/index/yuan.png) no-repeat;
	background-size: contain;
}
.main-right .hot-list li a {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	color: #333;
	vertical-align: top;
	max-width: 312px;
}
.main-right .hot-list li a:hover {
	color: #278c56;
}
.main-right .hot-list li mark {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 16px;
	height: 16px;
	line-height: 15px;
	text-align: center;
	background-color: #ff8800;
	margin-left: 7px;
	margin-top: 1px;
}

.main-right .hot-list li mark.new {
	background-color: #f83486;
}
.main-right .hot-video li {
	margin-top: 22px;
	overflow: hidden;
}
.main-right .hot-video .image {
	float: left;
	width: 160px;
	margin-right: 10px;
}
.main-right .hot-video .image a {
	display: block;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.main-right .hot-video .image img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.main-right .hot-video .image i {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	font-size: 24px;
}
i.hbzhan {
	width: auto;
	height: auto;
}
.main-right .hot-video .text {
	overflow: hidden;
}
.main-right .hot-video .text p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.main-right .hot-video .text p a {
	color: #333;
}
.main-right .hot-video .text p a:hover {
	color: #278c56;
}
.main-right .hot-video .text .data {
	margin-top: 20px;
	font-size: 14px;
	color: #999;
}
.main-right .hot-video .text .data i {
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 10px;
	background-color: #ddd;
	margin: 3px 8px 0;
}
.main-left {
	margin-right: 50px;
	width: 850px;
	float: left;
	position: relative;
}
.search-bot {
	margin-top: 35px;
	display: none;
	width: 100%;
}
.top-news {
	padding: 20px 30px;
	background: url(../../../../images/search/version/2024/index/news-bg.png) no-repeat;
	background-size: cover;
	border-radius: 4px;
}
.top-news .title i {
	width: 24px;
	height: 21px;
	background: url(../../../../images/search/version/2024/index/news-icon.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-top: 5px;
}
.top-news .title b {
	font-size: 28px;
	font-family: "YouSheBiaoTiHei";
	font-weight: normal;
	margin-right: 7px;
	vertical-align: top;
}
.top-news .title b font {
	color: #ff8800;
}
.top-news .title span {
	font-size: 14px;
	color: #999;
	margin-top: 7px;
	vertical-align: top;
	display: inline-block;
}
.top-news .list li {
	margin-top: 20px;
	position: relative;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.top-news .list li a {
	color: #333;
}
.top-news .list li a:hover {
	color: #ff6600;
}
.top-news .list li a::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #ff6600;
	margin-top: 7px;
}
.main-list li {
	margin-top: 30px;
	overflow: hidden;
}
.main-list li .image {
	float: left;
	width: 200px;
	margin-right: 18px;
}
.main-list li .image a {
	display: block;
	padding-bottom: 66.5%;
	height: 0;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}
.main-list li .image.video-img a {
	display: block;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}
.main-list li .image img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.main-list li .image .play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 56px;
	height: 56px;
	background: url(../../../../images/search/version/2024/index/play2.png) no-repeat;
	background-size: contain;
}
.main-list li .image.video-img .play {
	width: 44px;
	height: 44px;
	background: url(../../../../images/search/version/2024/index/play3.png) no-repeat;
	background-size: contain;
}
.main-list li .text {
	overflow: hidden;
}
.main-list li .text p {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	margin-top: 6px;
	overflow: hidden;
}
.main-list li .text p a {
	color: #333;
}
.main-list li .text p a:hover {
	color: #278c56;
}
.main-list li .text .content {
	margin-top: 12px;
	font-size: 15px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	color: #999;
}
.main-list li .text .data {
	margin-top: 26px;
	font-size: 0;
	color: #278c56;
}
.main-list li .text .data span {
	font-size: 14px;
}
.main-list li .text .data span.time {
	color: #999;
}
.main-list li .text .data span::after {
	content: "";
	width: 1px;
	height: 10px;
	background-color: #ddd;
	display: inline-block;
	vertical-align: top;
	margin: 3px 10px 0;
}
.main-list li .text .data span:last-child::after {
	display: none;
}
.main-list li .arr-Ul {
	margin-right: -25px;
	overflow: hidden;
}
.main-list li .arr-Li {
	float: left;
	width: 33.33%;
}
.main-list li .arr-Li .item {
	margin-right: 25px;
}
.hangye-main .main-list li .arr-Li {
	width: 25%;
}
.hangye-main .main-list li .arr-Ul {
	margin-right: -16px;
}
.hangye-main .main-list li .arr-Li .item {
	margin-right: 16px;
}
.main-list li .arr-Li .image {
	width: 100%;
	float: none;
	margin: 0;
}
.main-list li .arr-Li .image a {
	padding-bottom: 56.17%;
}
.main-list li .arr-Li .text p {
	font-size: 17px;
	line-height: 24px;
	height: 48px;
	margin-top: 10px;
}
.main-list li .arr-Li .text .data {
	margin-top: 8px;
}
.main-list li.follow {
	margin-top: 0;
	padding: 22px 0;
	border-bottom: 1px solid #ddd;
}
.main-list li .message {
	font-size: 0;
	margin-bottom: 16px;
}
.main-list li .message .face-img {
	display: inline-block;
	vertical-align: top;
	width: 34px;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
}
.main-list li .message .face-img a {
	height: 0;
	display: block;
	padding-bottom: 100%;
	background-position: center center;
	background-size: contain;
	background-color: #fff;
	background-repeat: no-repeat;
}
.main-list li .message p {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-top: 9px;
	margin-right: 10px;
	line-height: inherit;
	height: auto;
	font-weight: normal;
}
.main-list li .message p a {
	color: #333;
}
.main-list li .message p a:hover {
	color: #278c56;
}
.main-list li .message span {
	font-size: 14px;
	display: inline-block;
	color: #999;
	margin-top: 10px;
}
.main-list li .box {
	overflow: hidden;
}
.main-list li .box .image {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
.main-list li .box .image + .text .hudong {
	margin-top: 46px;
}
.main-list li .box .image.video-img + .text .hudong {
	margin-top: 28px;
}
.main-list li .box .text > p {
	margin-top: 0;
	margin-bottom: 12px;
}
.main-list li .box .text .content {
	margin-top: 0;
	line-height: 24px;
	font-size: 16px;
	max-height: 48px;
	height: auto;
	color: #333;
	overflow: hidden;
}
.main-list li .box .text .content a {
	color: #333;
}
.main-list li .box .text .content a:hover {
	color: #278c56;
}
.main-list li .box .image + .text .content {
	max-height: none;
}
.main-list li .img-Ul {
	overflow: hidden;
	margin-right: -16px;
}
.main-list li .img-Li {
	float: left;
	width: 33.33%;
}
.main-list li .img-Li .item {
	margin-right: 16px;
	margin-top: 16px;
}
.main-list li .img-Li .image {
	float: none;
	margin-right: 0;
	width: auto;
}
.main-list li .hudong {
	margin-top: 16px;
	font-size: 0;
}
.main-list li .hudong span {
	margin-right: 28px;
	font-size: 14px;
}
.main-list li .hudong span a {
	color: #999;
}
.main-list li .hudong span a:hover,.main-list li .hudong span a.focus {
	color: #278c56;
}
.main-list li .hudong span a.focus i {
	display: none;
}
.main-list li .hudong span a.focus i.hide {
	display: inline-block;
}
.main-list li .hudong span i {
	margin-right: 7px;
}
.hot-pro-title {
	position: relative;
	line-height: 28px;
}
.hot-pro-title p {
	font-size: 22px;
}
.hot-pro-title p i {
	color: #ff284f;
	font-size: 25px;
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
	margin-right: 8px;
}
.hot-pro-title p span {
	position: relative;
}
.hot-pro-title p span::after {
	content: "";
	bottom: 0;
	left: 0;
	right: -7px;
	height: 8px;
	position: absolute;
	background: -moz-linear-gradient( 180deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
	background: -webkit-linear-gradient( 180deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
	background: -ms-linear-gradient( 180deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
}
.hot-pro-title p span b {
	position: relative;
	z-index: 2;
}
.hot-pro-title .more {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 14px;
	color: #999;
}
.hot-pro-title .more:hover {
	color: #278c56;
}
i.hide {
	display: none;
}
.hot-pro-li {
	float: left;
	width: 25%;
}
.hot-pro-item {
	margin-right: 16px;
	margin-top: 16px;
	border: 1px solid #eee;
}
.hot-pro-image {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.hot-pro-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.hot-pro-text {
	padding: 12px 16px 16px;
	position: relative;
}
.hot-pro-btn {
	position: absolute;
	bottom: 16px;
	left: 16px;
	right: 16px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.hot-pro-btn a {
	display: block;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #f08200;
	border: 1px solid #f08200;
	border-radius: 2px;
}
.hot-pro-btn a:hover {
	color: #f08200;
	background-color: #fff;
}
.hot-pro-item:hover .hot-pro-btn {
	opacity: 1;
}
.hot-pro-item:hover .hot-pro-data {
	opacity: 0;
}
.hot-pro-text p {
	font-size: 15px;
	text-align: center;
	line-height: 17px;
	height: 17px;
	overflow: hidden;
}
.hot-pro-text p a {
	color: #333;
}
.hot-pro-text p a:hover {
	color: #278c56;
}
.hot-pro-data {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.hot-pro-data span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin-top: 8px;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}
.hot-pro-data span:last-of-type {
	font-size: 12px;
	line-height: 14px;
	height: 14px;
}
.hot-pro-ul {
	overflow: hidden;
	margin-right: -16px;
}
.account-box {
	padding: 24px 0 28px;
	box-shadow: 0px 4px 12px 0px rgba(150, 153, 158, 0.1);
	background: url(../../../../images/search/version/2024/index/account-bg.png) no-repeat;
	background-size: 100% auto;
	border-radius: 4px;
	background-position: left top;
}
.account-box .title {
	padding: 0 36px;
	color: #278c56;
	font-size: 18px;
}
.account-box .swiper-box {
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	padding: 0 22px;
}
.account-swiper {
	overflow: hidden;
}
.account-swiper .swiper-slide {
	width: 16.66%;
	text-align: center;
}
.account-swiper .swiper-slide .image {
	width: 64px;
	position: relative;
	margin: 0 auto;
}
.account-swiper .swiper-slide .image a {
	height: 0;
	display: block;
	padding-bottom: 100%;
	background-position: center center;
	background-size: contain;
	background-color: #fff;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.account-swiper .swiper-slide .image mark {
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	line-height: 20px;
	padding: 0 8px;
	border-radius: 4px;
	color: #fff;
	background-color: #e93a37;
}
.account-swiper .swiper-slide p {
	margin-top: 12px;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	padding: 0 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.account-swiper .swiper-slide p a {
	color: #333;
	position: relative;
}
.account-swiper .swiper-slide p a:hover {
	color: #278c56;
}
.account-swiper .swiper-slide p i {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ed702d;
	top: 8px;
	left: -16px;
}
.account-swiper .swiper-slide .btn {
	margin-top: 14px;
}
.account-swiper .swiper-slide .btn a {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	height: 32px;
	border-radius: 16px;
	color: #278c56;
	background-color: #f8f8f8;
	padding: 0 12px;
	letter-spacing: 1px;
}
.account-swiper .swiper-slide .btn a.focus {
	color: #999;
}
.account-swiper .swiper-slide .btn a:hover {
	background-color: #278c56;
	color: #fff;
}
.swiper-box .swiper-button-next, .swiper-box .swiper-button-prev {
	position: absolute;
	top: 32px;
	width: 20px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: -0;
	z-index: 10;
	cursor: pointer;
	background-size: 8px 16px;
	background-position: center;
	background-repeat: no-repeat;
	background: rgba(0,0,0,.1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.swiper-box .swiper-button-next i, .swiper-box .swiper-button-prev i {
	color: #fff;
	font-size: 16px;
}
.swiper-box .swiper-button-prev i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.swiper-box .swiper-button-prev {
	left: 0;
}
.swiper-box .swiper-button-next {
	right: 0;
}
.swiper-box .swiper-button-next:hover, .swiper-box .swiper-button-prev:hover {
	background: rgba(0,0,0,.2);
}
.left-video-list ul {
	margin-right: -18px;
	margin-top: -18px;
	overflow: hidden;
}
.left-video-list li {
	width: 33.33%;
}
.left-video-list li .item {
	margin-right: 18px;
	margin-top: 18px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.left-video-list li .image {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
.left-video-list li .image img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.left-video-list li .image .play {
	width: 32px;
	height: 32px;
	background: url(../../../../images/search/version/2024/index/play3.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 18px;
	left: 18px;
}
.left-video-list li .text {
	padding: 12px 10px 14px;
}
.left-video-list li .text p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.left-video-list li .text p a {
	color: #333;
}
.left-video-list li .text p a:hover {
	color: #278c56;
}
.left-video-list li .text .data {
	margin-top: 8px;
	font-size: 0;
	color: #999;
}
.left-video-list li .text .data span {
	font-size: 14px;
	margin-right: 18px;
}
.left-video-list li .text .data span:last-child {
	margin-right: 0;
}
.main-right .video-list .image img,.main-right .hot-video .image img,.main-list li .image img,.left-video-list li .image img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.main-right .video-list .image:hover img,.main-right .hot-video .image:hover img,.main-list li .image:hover img,.left-video-list li .image:hover img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.exhi-list ul {
	margin-top: -5px;
}
.exhi-list li {
	padding: 5px 0 20px;
	border-bottom: 1px solid #f5f5f5;
}
.exhi-list li::after {
	content: "";
	clear: both;
	display: block;
}
.exhi-list li .num {
	font-size: 26px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	color: #cdcdcd;
	float: left;
	width: 34px;
	margin-right: 20px;
	padding-top: 28px;
}
.exhi-list li .text {
	overflow: hidden;
}
.exhi-list li .text .tip {
	height: 50px;
	display: inline-block;
	vertical-align: top;
	margin-top: -4px;
	margin-left: 10px;
}
.exhi-list li .text p {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.exhi-list li .text p a {
	color: #333;
}
.exhi-list li .text p a:hover {
	color: #138146;
}
.exhi-list li .text .label {
	margin-top: 0;
	font-size: 13px;
	color: #999;
}
.exhi-list li .text .label span {
	margin-right: 40px;
}
.exhi-list li:nth-child(-n + 3) .num b {
	text-indent: -9999px;
	display: inline-block;
	width: 100%;
}
.exhi-list li:nth-child(1) .num b {
	background: url(https://so.hbzhan.com/images/search/version/2022/icon1.png) no-repeat;
	background-size: contain;
}
.exhi-list li:nth-child(2) .num b {
	background: url(https://so.hbzhan.com/images/search/version/2022/icon2.png) no-repeat;
	background-size: contain;
}
.exhi-list li:nth-child(3) .num b {
	background: url(https://so.hbzhan.com/images/search/version/2022/icon3.png) no-repeat;
	background-size: contain;
}
.footer {
	margin: 30px auto 0;
	background-color: #212324;
}
.footer .item{
	margin: 0 auto;
	overflow: hidden;
}
.footer .item .footer-code {
	float: right;
	width: auto;
	border-left: 1px solid #444444;
	margin-top: 25px;
}
.footer .item .footer-code li {
	float: left;
	padding-left: 60px;
}
.footer .item .footer-code li .code {
	width: 126px;
	height: 126px;
	padding: 10px;
	background-color: #fff;
}
.footer .item .footer-code li p{
	text-align: center;
	font-size: 14px;
	color: #e2e2e2;
	margin-top: 16px;
}
.bannerLeft li .class-a span a {
	margin-right: 11px;
}
.footer .item .left{
	margin-top: 20px;
	overflow: hidden;
	padding-right: 44px;
}
.footer .item .left p {
	font-size: 16px;
	line-height: 36px;
	color: #a8a8a8;
}
.footer .item .left p a{
	color: #a8a8a8;
	padding: 0 16px;
	display: inline-block;
	line-height: 1;
	border-right:1px solid #444444;
}
.footer .item .left p a:first-child{
	padding-left: 0;
}
.footer .item .left p a:last-child{
	border:none;
}
.footer .item .left p a:hover{
	color: #ff8d50;
}
.footer .item .left span {
	font-size: 16px;
	line-height: 32px;
	color: #a8a8a8;
	display: block;
}
.footer .item .left span img {
	margin: 7px 20px 0 12px;
	vertical-align: top;
}
.copyright {
	font-size: 16px;
	line-height: 22px;
	color: #a8a8a8;
	border-top: 1px solid #444444;
	margin-top: 10px;
	padding: 10px 0;
	display: inline-block;
}
.copyright a {
	color: #a8a8a8;
}
.copyright a:hover {
	color: #ff8f50;
}
.copyright img{
	margin: 1px 8px 0 0px;
	vertical-align: top;
}
ul.footImg {
	width: 730px;
	height: 43px;
	margin-bottom: 24px;
	overflow: hidden;
	/* background: url("../../../../images/shop/version/2022/copyright.png") no-repeat 0 0; */
}
ul.footImg li a {
	height: 32px;
	display: inline-block;
	text-decoration: none;
	color: #424345;
	text-align: left;
	font: normal 12px/14px "microsoft yahei";
	margin: 0px 2px;
	border-radius: 3px;
	padding: 8px 0px 0 34px;
}
ul.footImg li .record1 {
	width: 65px;
	background: url('../../../../images/index/version/2020/publicbg.jpg') no-repeat -1px -230px;
}
ul.footImg li a.record2 {
    width: 54px;
    background: url('../../../../images/index/version/2020/publicbg.jpg') no-repeat -106px -230px;
}
ul.footImg li a.record3 {
    width: 58px;
    background: url('../../../../images/index/version/2020/publicbg.jpg') no-repeat -1px -273px;
}
ul.footImg li a.record4 {
    width: 58px;
    background: url('../../../../images/index/version/2020/publicbg.jpg') no-repeat -99px -273px;
}
ul.footImg li a.record5 {
   width: 58px;
    background: url('../../../../images/index/version/2020/publicbg.jpg') no-repeat -1px -316px;
}
ul.footImg li a.record6 {
	width: 86px;
	background: url(/images/index/index2019/ypxx.png) no-repeat;
	vertical-align: top;
	position: relative;
}
ul.footImg li a.record6::after {
	content: "互联网药品信息服务资格证书";
	position: absolute;
	right: 0;
	top: 1px;
	width: 90px;
	background-color: #fff;
	bottom: 1px;
	border-radius: 2px;
	text-align: center;
	line-height: 14px;
	padding-top: 6px;
	padding-right: 6px;
	box-sizing: border-box;
}
ul.footImg li a.security {
	padding: 0;
	position: relative;
	top: 6px;
}
ul.footImg li a.business {
	padding: 0;
	height: 40px;
	position: relative;
	top: 5px;
}
ul.footImg li {
	float: left;
}
/* 20221116底部+qq */
.footer .left span a{
    position: relative;
}
.footer .QQhover {
	position: absolute;
	left: 0px;
	bottom: 19px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	resize: none;
}
.footer .left span a:hover .QQhover{
	display: inline-block;
}
.link-box .w {
    position: relative;
}

@media only screen and (min-width:1920px){
	.w,.header{
		width: 1400px;
	}
    .header {
    	box-sizing: border-box;
    }
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w,.header{
		width: 1400px;
	}
    .header {
    	box-sizing: border-box;
    }
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w,.header{
		width: 1400px;
	}
    .header {
    	box-sizing: border-box;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w,.header{
		width: 1328px;
	}
    .header {
    	box-sizing: border-box;
    }
	.search-main .w {
		padding: 0 26px;
	}
	.main-left {
		margin-right: 26px;
	}
	.footer .item .footer-code {
		width: 370px;
		margin-top: 18px;
	}
	.footer .item .footer-code li {
		padding-left: 48px;
	}
	.footer .item .footer-code li .code {
		width: 117px;
		height: 117px;
		padding: 7px;
	}
	.footer .item .left p {
		font-size: 13px;
		line-height: 26px;
	}
	.footer .item .left span {
		font-size: 13px;
		line-height: 28px;
	}
	.copyright {
		font-size: 13px;
	}
	.footer .item .left span img {
		margin: 3px 16px 0 8px;
	}

}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w,.header{
		width: 1138px;
	}

	.search-main .w {
		padding: 0;
	}
	.main-left {
		margin-right: 0;
		width: 745px;
	}
	.main-right {
		width: 350px;
	}
	.login-nav ul {
		margin-right: -35px;
	}
	.login-nav li {
		margin-right: 35px;
	}
	.is-login {
		padding: 17px 26px;
	}
	.is-login .member .face-img {
		width: 42px;
		margin-right: 7px;
	}
	.is-login .member p {
		margin-top: 12px;
		font-size: 15px;
		line-height: 18px;
		height: 18px;
	}
	.is-login .data b {
		font-size: 16px;
	}
	.is-login .data {
		font-size: 13px;
		margin-top: 12px;
	}
	.main-right .video-list .text {
		line-height: 34px;
		height: 34px;
		font-size: 14px;
	}
	.main-right .video-list .image .play {
		width: 48px;
		height: 48px;
	}
	.main-right .video-list .image mark {
		padding: 0 8px;
		font-size: 13px;
		line-height: 26px;
		height: 28px;
	}
	.main-right .video-list .image mark i {
		width: 14px;
		height: 14px;
		margin-right: 4px;
		margin-top: 8px;
	}
	.main-right .hot-list li a {
		font-size: 14px;
		line-height: 18px;
		height: 18px;
		max-width: 266px;
	}
	.main-right .hot-list li span {
		font-size: 16px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		margin: 0 5px 0 3px;
		margin-top: -1px;
	}
	.main-right .hot-list li {
		margin-top: 15px;
	}
	.main-right .hot-video .image {
		width: 140px;
		margin-right: 9px;
	}
	.main-right .hot-video .text p {
		font-size: 14px;
		line-height: 21px;
		height: 42px;
	}
	.main-right .hot-video .text .data {
		margin-top: 20px;
		font-size: 12px;
	}
	.main-right .hot-video li {
		margin-top: 20px;
	}
	.search-nav p a {
		font-size: 18px;
		margin-right: 8px;
		width: 112px;
		border-radius: 4px;
		line-height: 36px;
		height: 38px;
	}
	i.heart-icon {
		width: 22px;
		height: 18px;
		background-size: 100% auto;
	}
	.search-nav p a i {
		margin-top: 11px;
	}
	i.hangye-icon {
		width: 22px;
		height: 18px;
		background: url(../../../../images/search/version/2024/index/css_sprites.png) -0 -36px;
		background-size: 100% auto;
	}
	i.good-icon {
		width: 20px;
		height: 17px;
		background: url(../../../../images/search/version/2024/index/css_sprites.png) -0 -16px;
		background-size: 100% auto;
	}
	i.exhi-icon {
		width: 22px;
		height: 20px;
		background: url(../../../../images/search/version/2024/index/css_sprites.png) -0 -73px;
		background-size: 100% auto;
	}
	i.video-icon {
		width: 20px;
		height: 18px;
		background: url(../../../../images/search/version/2024/index/css_sprites.png) -0 -49px;
		background-size: 100% auto;
	}
	.search-nav p a::after {
		border-width: 8px 7px 0 7px;
		bottom: -12px;
	}
	.search-bot {
		margin-top: 30px;
	}
	.search-nav p a i.exhi-icon {
		margin-top: 8px;
	}
	.top-news {
		padding: 18px 26px;
	}
	.top-news .title i {
		width: 21px;
		height: 20px;
		margin-right: 7px;
		margin-top: 3px;
	}
	.top-news .title b {
		font-size: 25px;
	}
	.top-news .title span {
		font-size: 13px;
		margin-top: 5px;
	}
	.top-news .list li {
		margin-top: 15px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.top-news .list li a::before {
		margin-right: 7px;
		width: 6px;
		height: 6px;
		margin-top: 7px;
	}
	.main-list li {
		margin-top: 28px;
	}
	.main-list li .image {
		width: 176px;
		margin-right: 14px;
	}
	.main-list li .text p {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
		margin-top: 5px;
	}
	.main-list li .text .content {
		margin-top: 11px;
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	.main-list li .text .data {
		margin-top: 22px;
	}
	.main-list li .text .data span {
		font-size: 13px;
	}
	.main-list li .arr-Li .text p {
		font-size: 15px;
		margin-top: 8px;
	}
	.main-list li .arr-Li .item {
		margin-right: 22px;
	}
	.main-list li .arr-Ul {
		margin-right: -22px;
	}
	.main-list li .image .play {
		width: 50px;
		height: 50px;
	}
	.main-list li .box .text .content {
		line-height: 21px;
		font-size: 14px;
		max-height: 42px;
	}
	.main-list li .img-Li .item {
		margin-right: 12px;
		margin-top: 12px;
	}
	.main-list li .img-Ul {
		margin-right: -12px;
	}
	.account-swiper .swiper-slide p {
		margin-top: 12px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		padding: 0 14px;
	}
	.account-swiper .swiper-slide p i {
		width: 7px;
		height: 7px;
		top: 7px;
		left: -10px;
	}
	.account-swiper .swiper-slide .image {
		width: 56px;
	}
	.account-swiper .swiper-slide .btn a {
		font-size: 13px;
		line-height: 26px;
		height: 28px;
		padding: 0 11px;
	}
	.account-swiper .swiper-slide .btn {
		margin-top: 12px;
	}
	.main-list li .hudong span {
		margin-right: 20px;
		font-size: 13px;
	}
	.main-list li .hudong span i {
		margin-right: 5px;
		font-size: 15px;
	}
	.main-list li .box .image + .text .hudong {
		margin-top: 36px;
	}
	.main-list li .image.video-img .play {
		width: 36px;
		height: 36px;
	}
	.main-list li .message {
		margin-bottom: 12px;
	}
	.main-list li .box .image.video-img + .text .hudong {
		margin-top: 22px;
	}
	.left-video-list ul {
		margin-right: -16px;
		margin-top: -16px;
	}
	.left-video-list li .item {
		margin-right: 16px;
		margin-top: 16px;
	}
	.exhi-list li .num {
		font-size: 21px;
		width: 26px;
		margin-right: 18px;
		padding-top: 30px;
	}
	.exhi-list li .text p {
		font-size: 15px;
	}
	.exhi-list li {
		padding: 0 0 15px;
	}

    .footer .item .footer-code {
		width: 370px;
		margin-top: 18px;
	}
	.footer .item .footer-code li {
		padding-left: 48px;
	}
	.footer .item .footer-code li .code {
		width: 117px;
		height: 117px;
		padding: 7px;
	}
	.footer .item .left p {
		font-size: 13px;
		line-height: 26px;
	}
	.footer .item .left span {
		font-size: 13px;
		line-height: 28px;
	}
	.copyright {
		font-size: 12px;
	}
	.footer .item .left span img {
		margin: 3px 16px 0 8px;
	}
	.footer .item .left p a {
		padding: 0 11px;
	}


}

@media only screen and (max-width:1024px){
	.w,.header{
		width: 1000px;
	}

	.user-box .user-top {
		padding: 0 6px;
	}
	.Tophead li .ServiceTop {
		padding: 0 10px;
		font-size: 12px;
	}
	.Tophead li .ServiceTop i {
		margin-right: 5px;
		font-size: 14px;
	}

	.search-main .w {
		padding: 0;
	}
	.search-main {
		margin-top: 50px;
	}
	.searchDiv {
		padding: 32px 0 0 0;
	}
	.main-left {
		margin-right: 0;
		width: 654px;
	}
	.main-right {
		width: 308px;
	}
	.login-nav {
		margin-top: 16px;
	}
	.login-nav ul {
		margin-right: -33px;
	}
	.login-nav li {
		margin-right: 33px;
	}
	.is-login {
		padding: 17px 26px;
	}
	.is-login .member .face-img {
		width: 42px;
		margin-right: 7px;
	}
	.is-login .member p {
		margin-top: 12px;
		font-size: 15px;
		line-height: 18px;
		height: 18px;
	}
	.is-login .data b {
		font-size: 14px;
	}
	.is-login .data {
		font-size: 12px;
		margin-top: 12px;
	}
	.login-nav li span {
		margin-top: 6px;
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.main-right .video-list .text {
		line-height: 34px;
		height: 34px;
		font-size: 14px;
	}
	.main-right .video-list .image .play {
		width: 48px;
		height: 48px;
	}
	.main-right .video-list .image mark {
		padding: 0 8px;
		font-size: 13px;
		line-height: 26px;
		height: 28px;
	}
	.main-right .video-list .image mark i {
		width: 14px;
		height: 14px;
		margin-right: 4px;
		margin-top: 8px;
	}
	.main-right .hot-list li a {
		font-size: 14px;
		line-height: 18px;
		height: 18px;
		max-width: 224px;
	}
	.main-right .hot-list li span {
		font-size: 16px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		margin: 0 5px 0 3px;
		margin-top: -1px;
	}
	.main-right .hot-list li {
		margin-top: 15px;
	}
	.main-right .hot-video .image {
		width: 114px;
		margin-right: 8px;
	}
	.main-right .hot-video .text p {
		font-size: 14px;
		line-height: 21px;
		height: 42px;
	}
	.main-right .hot-video .text .data {
		margin-top: 8px;
		font-size: 12px;
	}
	.main-right .hot-video .image i {
		font-size: 18px;
	}
	.main-right .hot-video li {
		margin-top: 16px;
	}
	.left-video-list li .item {
		margin-right: 14px;
		margin-top: 14px;
	}
	.left-video-list ul {
		margin-right: -14px;
		margin-top: -14px;
	}
	.exhi-list li .num {
		font-size: 21px;
		width: 26px;
		margin-right: 18px;
		padding-top: 31px;
	}
	.exhi-list li .text p {
		font-size: 15px;
	}
	.exhi-list li {
		padding: 0 0 14px;
	}
	.no-login .tip {
		font-size: 13px;
		line-height: 19px;
	}
	.no-login .btn a {
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		padding: 0 22px;
	}
	.no-login .btn {
		margin-top: 12px;
	}
	.no-login {
		padding: 34px 0;
	}
	.search-nav p a {
		font-size: 15px;
		margin-right: 8px;
		width: 98px;
		border-radius: 4px;
		line-height: 34px;
		height: 34px;
	}
	i.heart-icon {
		width: 18px;
		height: 14px;
		background-size: 100% auto;
	}
	.search-nav p a i {
		margin-top: 11px;
		margin-right: 4px;
	}
	i.hangye-icon {
		width: 18px;
		height: 16px;
		background: url(../../../../images/search/version/2024/index/css_sprites.png) -0 -29px;
		background-size: 100% auto;
	}
	i.good-icon {
		width: 18px;
		height: 15px;
		background: url(../../../../images/search/version/2024/index/css_sprites.png) -0 -14px;
		background-size: 100% auto;
	}

	i.exhi-icon {
		width: 20px;
		height: 18px;
		background: url(../../../../images/search/version/2024/index/css_sprites.png) -0 -67px;
		background-size: 100% auto;
	}
	i.video-icon {
		width: 18px;
		height: 14px;
		background: url(../../../../images/search/version/2024/index/css_sprites.png) -0 -45px;
		background-size: 100% auto;
	}
	.search-nav p a::after {
		border-width: 8px 7px 0 7px;
		bottom: -12px;
	}
	.search-bot {
		margin-top: 30px;
	}
	.search-nav p a i.exhi-icon {
		margin-top: 8px;
	}
	.top-news {
		padding: 18px 26px;
	}
	.top-news .title i {
		width: 21px;
		height: 20px;
		margin-right: 7px;
		margin-top: 3px;
	}
	.top-news .title b {
		font-size: 25px;
	}
	.top-news .title span {
		font-size: 13px;
		margin-top: 5px;
	}
	.top-news .list li {
		margin-top: 15px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.top-news .list li a::before {
		margin-right: 7px;
		width: 6px;
		height: 6px;
		margin-top: 7px;
	}
	.main-list li {
		margin-top: 28px;
	}
	.main-list li .image {
		width: 176px;
		margin-right: 14px;
	}
	.main-list li .text p {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
		margin-top: 5px;
	}
	.main-list li .text .content {
		margin-top: 11px;
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	.main-list li .text .data {
		margin-top: 22px;
	}
	.main-list li .text .data span {
		font-size: 13px;
	}
	.main-list li .arr-Li .text p {
		font-size: 15px;
		margin-top: 8px;
	}
	.main-list li .arr-Li .item {
		margin-right: 22px;
	}
	.main-list li .arr-Ul {
		margin-right: -22px;
	}
	.main-list li .image .play {
		width: 50px;
		height: 50px;
	}
	.main-list li .box .text .content {
		line-height: 21px;
		font-size: 14px;
		max-height: 42px;
	}
	.main-list li .img-Li .item {
		margin-right: 12px;
		margin-top: 12px;
	}
	.main-list li .img-Ul {
		margin-right: -12px;
	}
	.account-swiper .swiper-slide p {
		margin-top: 12px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		padding: 0 14px;
	}
	.account-swiper .swiper-slide p i {
		width: 7px;
		height: 7px;
		top: 7px;
		left: -10px;
	}
	.account-swiper .swiper-slide .image {
		width: 56px;
	}
	.account-swiper .swiper-slide .btn a {
		font-size: 13px;
		line-height: 26px;
		height: 28px;
		padding: 0 11px;
	}
	.account-swiper .swiper-slide .btn {
		margin-top: 12px;
	}
	.main-list li .hudong span {
		margin-right: 20px;
		font-size: 13px;
	}
	.main-list li .hudong span i {
		margin-right: 5px;
		font-size: 15px;
	}
	.main-list li .box .image + .text .hudong {
		margin-top: 36px;
	}
	.main-list li .image.video-img .play {
		width: 36px;
		height: 36px;
	}
	.main-list li .message {
		margin-bottom: 12px;
	}
	.main-list li .box .image.video-img + .text .hudong {
		margin-top: 22px;
	}
    .footer .item .footer-code {
		width: 290px;
		margin-top: 18px;
	}
	.footer .item .footer-code li {
		padding-left: 35px;
	}
	.footer .item .footer-code li .code {
		width: 92px;
		height: 92px;
		padding: 5px;
	}
	.link-con li {
		margin-top: 14px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .item .left p a {
		padding: 0 12px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 28px;
	}
	.copyright {
		font-size: 12px;
	}
	.footer .item .left span img {
		margin: 3px 16px 0 8px;
	}
	.footer .item .left {
		padding-right: 28px;
	}
}
